From 66c0a699554f2a2ec4d397c8ba9653b43234770d Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Thu, 4 Oct 2018 09:08:55 +0200 Subject: [PATCH] add debhelper instructions to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 611aaaa7..7dac9b29 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,16 @@ Compile (replace Release with Debug for a debug build): cd ./Release make clean make -``` +``` + +Build Debian packages: + +``` +apt-get install devscripts lintian +git archive -o ../siridb-server_2.0.29.orig.tar.gz master +debuild -us -uc +``` + #### OSX Install the following requirements: ``` -- 2.30.2